home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / inptmthd.sit / Input Methods / card_7758.txt < prev    next >
Text File  |  1989-11-24  |  5KB  |  191 lines

  1. -- card: 7758 from stack: in
  2. -- bmap block id: 7966
  3. -- flags: 0000
  4. -- background id: 2696
  5. -- name: Feedback Methods
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 80
  10. -- high flags: 2004
  11. -- rect: left=295 top=76 right=312 bottom=501
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Immediate
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 80
  24. -- high flags: 2004
  25. -- rect: left=295 top=76 right=312 bottom=501
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: User Initiated
  34.  
  35.  
  36. -- part 4 (field)
  37. -- low flags: 80
  38. -- high flags: 2004
  39. -- rect: left=295 top=76 right=312 bottom=501
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Delayed
  48.  
  49.  
  50. -- part 5 (field)
  51. -- low flags: 80
  52. -- high flags: 2004
  53. -- rect: left=295 top=76 right=312 bottom=501
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Multi-Part
  62.  
  63.  
  64. -- part 6 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=24 top=76 right=124 bottom=292
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Immediate
  76. ----- HyperTalk script -----
  77. on mouseEnter
  78.   set the hilite of me to true
  79.   show card field the short name of me
  80. end mouseEnter
  81.  
  82. on mouseLeave
  83.   set the hilite of me to false
  84.   hide card field the short name of me
  85. end mouseLeave
  86.  
  87.  
  88.  
  89. -- part 7 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=24 top=132 right=180 bottom=292
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: User Initiated
  101. ----- HyperTalk script -----
  102. on mouseEnter
  103.   set the hilite of me to true
  104.   show card field the short name of me
  105. end mouseEnter
  106.  
  107. on mouseLeave
  108.   set the hilite of me to false
  109.   hide card field the short name of me
  110. end mouseLeave
  111.  
  112.  
  113.  
  114. -- part 8 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=24 top=190 right=238 bottom=292
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Delayed
  126. ----- HyperTalk script -----
  127. on mouseEnter
  128.   set the hilite of me to true
  129.   show card field the short name of me
  130. end mouseEnter
  131.  
  132. on mouseLeave
  133.   set the hilite of me to false
  134.   hide card field the short name of me
  135. end mouseLeave
  136.  
  137.  
  138.  
  139. -- part 9 (button)
  140. -- low flags: 00
  141. -- high flags: 0000
  142. -- rect: left=24 top=246 right=294 bottom=292
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Multi-Part
  151. ----- HyperTalk script -----
  152. on mouseEnter
  153.   set the hilite of me to true
  154.   show card field the short name of me
  155. end mouseEnter
  156.  
  157. on mouseLeave
  158.   set the hilite of me to false
  159.   hide card field the short name of me
  160. end mouseLeave
  161.  
  162.  
  163.  
  164. -- part contents for card part 2
  165. ----- text -----
  166.  
  167. Give the user feedback as soon as she completes the input.
  168.  
  169. This is the best kind of feedback, as it immediately reinforces correct responses and corrects misconceptions that might otherwise go unchecked.
  170.  
  171. -- part contents for card part 3
  172. ----- text -----
  173.  
  174. Let the user indicate when he is ready for his response to be checked.
  175.  
  176. This is appropriate for multi-part or multi-answer problems, such as multiple choice test questions.
  177.  
  178. -- part contents for card part 4
  179. ----- text -----
  180. Delay some or all feedback until all problems (or a group of problems) are completed.
  181.  
  182. This would be used in cases such as formal tests, where the score (and perhaps a review of each answer) is not given until the end.  This type of feedback should be avoided as it throws away the interactive advantage of the computer.
  183.  
  184. -- part contents for card part 5
  185. ----- text -----
  186.  
  187. Give separate feedback for each part of a problem.
  188.  
  189. This lets the student see which parts are incorrect so she can concentrate on those parts.  This also avoids incorrect reinforcement, where the student may be misled into thinking a part is incorrect when it is actually correct.
  190.  
  191.